ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / MajorUnit Property






In This Topic
    MajorUnit Property (ChartAxis<T>)
    In This Topic
    Gets or sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.
    Syntax
    'Declaration
     
    
    Public Property MajorUnit As System.Double
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As System.Double
     
    instance.MajorUnit = value
     
    value = instance.MajorUnit
    public System.double MajorUnit {get; set;}
    public read-write property MajorUnit: System.Double; 
    public function get,set MajorUnit : System.double
    public: __property System.double get_MajorUnit();
    public: __property void set_MajorUnit( 
       System.double value
    );
    public:
    property System.double MajorUnit {
       System.double get();
       void set (    System.double value);
    }
    See Also